*{
	margin:0;
	padding: 0;
	box-sizing: border-box;
	color: black;

}

#navbar{
    background-color: #89c2d9;
    position: fixed;
}

#imgnav{
    max-width: 75px;
}

body{
	background-color: #F0F6F6 !important;
}


textarea:focus, input:focus {
	outline: none;
}

#coluna{
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 30px;
	margin-top: 10vh;
	border-radius: 10px;
	text-align: center;
	border: 3px solid #89c2d9;
}

form{
	margin-top: 30px;
	margin-bottom: 40px;
}

label, input, #btnentrar{
	display: block;
	width: 100%;
	text-align: left;
}

label{
	font-weight: bold;
	font-size: .8rem;
}

input{
	border: none;
	background-color: #F0F6F6;
	border-bottom: 2px solid black;
	padding: 10px;
	font-size: 1rem;
	margin-bottom: 20px;
}

input:focus{
	border-bottom: 2px solid #89c2d9;
}

#lblesqueci{
	text-align: left;
	display: block;
}

#btnentrar{
	text-align: center;
	font-weight: bold;
	border: none;
	height: 40px;
	border-radius: 20px;
	margin-top: 30px;
	color: white;
	cursor: pointer;
	background-color: #89c2d9;
}

#btnentrar:hover{
	background-color: #00798C;
	transition: .5s;
}
